home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d882.lha / GALer / GALer_english / Examples / Tristate.pld < prev   
Text File  |  1993-07-16  |  242b  |  25 lines

  1. GAL16V8
  2. Exa.2            this is the second example
  3.  
  4. A  B  C  D  E  F  G  NC NC GND
  5. NC NC NC NC NC NC Y3 Y2 Y1 VCC
  6.  
  7.  
  8. Y1.T = B
  9.  
  10. Y2.T = C + D
  11.  
  12. Y3.T = /G
  13.  
  14.  
  15. Y1.E = /A
  16.  
  17. Y3.E = E * F
  18.  
  19.  
  20. DESCRIPTION
  21.  
  22.  tristate output : pinname.T
  23.  tirstate control: pinname.E
  24.  
  25.